Micron Document
<!DOCTYPE html>
<html class="client-nojs vector-feature-night-mode-disabled vector-feature-language-in-header-enabled vector-feature-language-in-main-page-header-disabled vector-feature-page-tools-pinned-disabled vector-feature-toc-pinned-clientpref-1 vector-feature-main-menu-pinned-disabled vector-feature-limited-width-clientpref-1 vector-feature-limited-width-content-enabled vector-feature-custom-font-size-clientpref-1 vector-feature-appearance-pinned-clientpref-1 vector-sticky-header-enabled" lang="en" dir="ltr"><head>
<meta charset="UTF-8">
<title>Fibonacci cube</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href="https://en.wikipedia.org/wiki/Fibonacci_cube"> <link href="./mw/ext.cite.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.icons.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.search.codex.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/skins.vector.styles.css" rel="stylesheet" type="text/css">
<link href="./mw/user.styles.css" rel="stylesheet" type="text/css">
<meta name="ResourceLoaderDynamicStyles" content="">
<link rel="stylesheet" type="text/css" href="./mw/site.styles.css">
<link rel="stylesheet" type="text/css" href="./mw/noscript.css">
<link rel="stylesheet" type="text/css" href="./footer.css">
<link rel="stylesheet" type="text/css" href="./vector-2022.css">
</head>
<body class="skin--responsive skin-vector skin-vector-search-vue mediawiki ltr sitedir-ltr mw-hide-empty-elt ns-0 ns-subject page-Fibonacci_cube rootpage-Fibonacci_cube skin-vector-2022 action-view">
<div class="mw-page-container">
<div class="mw-page-container-inner">
<div class="mw-content-container">
<main id="content" class="mw-body">
<header class="mw-body-header vector-page-titlebar">
<h1 id="firstHeading" class="firstHeading mw-first-heading">
<span id="openzim-page-title" class="mw-page-title-main"><span class="mw-page-title-main">Fibonacci cube</span></span>
</h1>
</header>
<a id="top"></a>
<div id="bodyContent" class="vector-body ve-init-mw-desktopArticleTarget-targetContainer" aria-labelledby="firstHeading" data-mw-ve-target-container="">
<div id="mw-content-text" class="mw-body-content mw-content-ltr" lang="en" dir="ltr"><div class="mw-content-ltr mw-parser-output" lang="en" dir="ltr">
<p>In the <a href="Mathematical" class="mw-redirect" title="Mathematical">mathematical</a> field of <a href="Graph_theory" title="Graph theory">graph theory</a>, the <b>Fibonacci cubes</b> or <b>Fibonacci networks</b> are a family of <a href="Undirected_graph" class="mw-redirect" title="Undirected graph">undirected graphs</a> with rich <a href="Recursive" class="mw-redirect" title="Recursive">recursive</a> properties derived from its origin in <a href="Number_theory" title="Number theory">number theory</a>. Mathematically they are similar to the <a href="Hypercube_graph" title="Hypercube graph">hypercube graphs</a>, but with a <a href="Fibonacci_number" class="mw-redirect" title="Fibonacci number">Fibonacci number</a> of <a href="Vertex_(graph_theory)" title="Vertex (graph theory)">vertices</a>. Fibonacci cubes were first explicitly defined in <a href="#CITEREFHsu1993">Hsu (1993)</a> in the context of interconnection topologies for connecting parallel or distributed systems. They have also been applied in <a href="Chemical_graph_theory" title="Chemical graph theory">chemical graph theory</a>.
</p><p>The Fibonacci cube may be defined in terms of <a href="Fibonacci_code" class="mw-redirect" title="Fibonacci code">Fibonacci codes</a> and <a href="Hamming_distance" title="Hamming distance">Hamming distance</a>, <a href="Independent_set_(graph_theory)" title="Independent set (graph theory)">independent sets</a> of vertices in <a href="Path_graph" title="Path graph">path graphs</a>, or via <a href="Distributive_lattice" title="Distributive lattice">distributive lattices</a>.
</p>
<meta property="mw:PageProp/toc">
<div class="mw-heading mw-heading2"><h2 id="Definition">Definition</h2></div>
<p>Like the hypercube graph, the vertices of the Fibonacci cube of order <i>n</i> may be labeled with <a href="Bitstring" class="mw-redirect" title="Bitstring">bitstrings</a> of length <i>n</i>, in such a way that two vertices are adjacent whenever their labels differ in a single bit. However, in a Fibonacci cube, the only labels that are allowed are bitstrings with no two consecutive 1 bits. If the labels of the hypercube are interpreted as <a href="Binary_number" title="Binary number">binary numbers</a>, the labels in the Fibonacci cube are a subset, the <a href="Fibbinary_number" title="Fibbinary number">fibbinary numbers</a>. There are <i>F</i><sub><i>n</i>&nbsp;+&nbsp;2</sub> labels possible, where <i>F</i><sub><i>n</i></sub> denotes the <i>n</i>th Fibonacci number, and therefore there are <i>F</i><sub><i>n</i>&nbsp;+&nbsp;2</sub> vertices in the Fibonacci cube of order <i>n</i>.
</p>

<p>The nodes of such a network may be assigned consecutive integers from 0 to <i>F</i><sub><i>n</i>&nbsp;+&nbsp;2</sub>&nbsp;−&nbsp;1; the bitstrings corresponding to these numbers are given by their <a href="Zeckendorf_representation" class="mw-redirect" title="Zeckendorf representation">Zeckendorf representations</a>.<sup id="cite_ref-1" class="reference"><a href="#cite_note-1"><span class="cite-bracket">[</span>1<span class="cite-bracket">]</span></a></sup>
</p>

<div class="mw-heading mw-heading2"><h2 id="Algebraic_structure">Algebraic structure</h2></div>
<p>The Fibonacci cube of order <i>n</i> is the <a href="Simplex_graph" title="Simplex graph">simplex graph</a> of the <a href="Complement_graph" title="Complement graph">complement graph</a> of an <i>n</i>-vertex path graph.<sup id="cite_ref-k11-3_2-0" class="reference"><a href="#cite_note-k11-3-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup> That is, each vertex in the Fibonacci cube represents a <a href="Clique_(graph_theory)" title="Clique (graph theory)">clique</a> in the path complement graph, or equivalently an <a href="Independent_set_(graph_theory)" title="Independent set (graph theory)">independent set</a> in the path itself; two Fibonacci cube vertices are adjacent if the cliques or independent sets that they represent differ by the addition or removal of a single element. Therefore, like other simplex graphs, Fibonacci cubes are <a href="Median_graph" title="Median graph">median graphs</a> and more generally <a href="Partial_cube" title="Partial cube">partial cubes</a>.<sup id="cite_ref-3" class="reference"><a href="#cite_note-3"><span class="cite-bracket">[</span>3<span class="cite-bracket">]</span></a></sup> The median of any three vertices in a Fibonacci cube may be found by computing the bitwise <a href="Majority_function" title="Majority function">majority function</a> of the three labels; if each of the three labels has no two consecutive 1 bits, the same is true of their majority.
</p><p>The Fibonacci cube is also the graph of a <a href="Distributive_lattice" title="Distributive lattice">distributive lattice</a> that may be obtained via <a href="Birkhoff's_representation_theorem" title="Birkhoff's representation theorem">Birkhoff's representation theorem</a> from a <a href="Zigzag_poset" class="mw-redirect" title="Zigzag poset">zigzag poset</a>, a <a href="Partially_ordered_set" title="Partially ordered set">partially ordered set</a> defined by an alternating sequence of order relations <i>a</i> &lt; <i>b</i> &gt; <i>c</i> &lt; <i>d</i> &gt; <i>e</i> &lt; <i>f</i> &gt; ...<sup id="cite_ref-4" class="reference"><a href="#cite_note-4"><span class="cite-bracket">[</span>4<span class="cite-bracket">]</span></a></sup> There is also an alternative graph-theoretic description of the same lattice: the independent sets of any <a href="Bipartite_graph" title="Bipartite graph">bipartite graph</a> may be given a partial order in which one independent set is less than another if they differ by removing elements from one side of the bipartition and adding elements to the other side of the bipartition; with this order, the independent sets form a distributive lattice,<sup id="cite_ref-5" class="reference"><a href="#cite_note-5"><span class="cite-bracket">[</span>5<span class="cite-bracket">]</span></a></sup> and applying this construction to a path graph results in the lattice associated with the Fibonacci cube.
</p>
<div class="mw-heading mw-heading2"><h2 id="Properties_and_algorithms">Properties and algorithms</h2></div>
<p>The Fibonacci cube of order <i>n</i> may be partitioned into a Fibonacci cube of order <i>n</i>&nbsp;−&nbsp;1 (the nodes with labels beginning with a 0 bit) and a Fibonacci cube of order <i>n</i>&nbsp;−&nbsp;2 (the nodes with labels beginning with a 1 bit).<sup id="cite_ref-6" class="reference"><a href="#cite_note-6"><span class="cite-bracket">[</span>6<span class="cite-bracket">]</span></a></sup>
</p><p>Every Fibonacci cube has a <a href="Hamiltonian_path" title="Hamiltonian path">Hamiltonian path</a>. More specifically, there exists a path that obeys the partition described above: it visits the nodes with first bit 0 and the nodes with first bit 1 in two contiguous subsequences. Within these two subsequences, the path can be constructed recursively by the same rule, linking the two subsequences at the ends of the subsequences at which the second bit is 0. Thus, e.g., in the Fibonacci cube of order 4, the sequence constructed in this way is (0100-0101-0001-0000-0010)-(1010-1000-1001), where the parentheses demark the subsequences within the two subgraphs of the partition. Fibonacci cubes with an even number of nodes greater than two have a <a href="Hamiltonian_cycle" class="mw-redirect" title="Hamiltonian cycle">Hamiltonian cycle</a>.<sup id="cite_ref-CZS_7-0" class="reference"><a href="#cite_note-CZS-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup>
</p><p><a href="#CITEREFMunariniSalvi2002">Munarini &amp; Salvi (2002)</a> investigate the radius and <a href="Independence_number" class="mw-redirect" title="Independence number">independence number</a> of Fibonacci cubes. Because these graphs are bipartite and have Hamiltonian paths, their maximum independent sets have a number of vertices that is equal to half of the number of vertices in the whole graph, rounded up to the nearest integer.<sup id="cite_ref-8" class="reference"><a href="#cite_note-8"><span class="cite-bracket">[</span>8<span class="cite-bracket">]</span></a></sup> The diameter of a Fibonacci cube of order <i>n</i> is <i>n</i>, and its radius is <i>n</i>/2 (again, rounded up to the nearest integer).<sup id="cite_ref-9" class="reference"><a href="#cite_note-9"><span class="cite-bracket">[</span>9<span class="cite-bracket">]</span></a></sup>
</p><p><a href="#CITEREFTaranenkoVesel2007">Taranenko &amp; Vesel (2007)</a> showed that it is possible to test whether a graph is a Fibonacci cube in time near-linear in its size.
</p>
<div class="mw-heading mw-heading2"><h2 id="Applications">Applications</h2></div>
<p><a href="#CITEREFHsu1993">Hsu (1993)</a> and <a href="#CITEREFHsuPageLiu1993">Hsu, Page &amp; Liu (1993)</a> suggested using Fibonacci cubes as a <a href="Network_topology" title="Network topology">network topology</a> in <a href="Parallel_computing" title="Parallel computing">parallel computing</a>. As a communications network, the Fibonacci cube has beneficial properties similar to those of the hypercube: the number of incident edges per vertex is at most <i>n</i>/2 and the diameter of the network is at most <i>n</i>, both proportional to the logarithm of the number of vertices, and the ability of the network to be partitioned into smaller networks of the same type allows it to be split among multiple parallel computation tasks.<sup id="cite_ref-CZS_7-1" class="reference"><a href="#cite_note-CZS-7"><span class="cite-bracket">[</span>7<span class="cite-bracket">]</span></a></sup> Fibonacci cubes also support efficient protocols for <a href="Routing" title="Routing">routing</a> and <a href="Broadcasting_(networking)" title="Broadcasting (networking)">broadcasting</a> in distributed computations.<sup id="cite_ref-10" class="reference"><a href="#cite_note-10"><span class="cite-bracket">[</span>10<span class="cite-bracket">]</span></a></sup>
</p><p><a href="#CITEREFKlavžarŽigert2005">Klavžar &amp; Žigert (2005)</a> apply Fibonacci cubes in <a href="Chemical_graph_theory" title="Chemical graph theory">chemical graph theory</a> as a description of the family of <a href="Perfect_matching" title="Perfect matching">perfect matchings</a> of certain molecular graphs. For a molecular structure described by a <a href="Planar_graph" title="Planar graph">planar graph</a> <i>G</i>, the <a href="Resonance_(chemistry)" title="Resonance (chemistry)">resonance graph</a> or (<i>Z</i>-transformation graph) of <i>G</i> is a graph whose vertices describe perfect matchings of <i>G</i> and whose edges connect pairs of perfect matchings whose <a href="Symmetric_difference" title="Symmetric difference">symmetric difference</a> is an interior face of <i>G</i>.
<a href="Polycyclic_aromatic_hydrocarbon" title="Polycyclic aromatic hydrocarbon">Polycyclic aromatic hydrocarbons</a> may be described as subgraphs of a hexagonal tiling of the plane, and the resonance graph describes possible double-bond structures of these molecules. As <a href="#CITEREFKlavžarŽigert2005">Klavžar &amp; Žigert (2005)</a> show, hydrocarbons formed by chains of hexagons, linked edge-to-edge with no three adjacent hexagons in a line, have resonance graphs that are exactly the Fibonacci graphs.
More generally <a href="#CITEREFZhangOuYao2009">Zhang, Ou &amp; Yao (2009)</a> described the class of planar bipartite graphs that have Fibonacci cubes as their resonance graphs.<sup id="cite_ref-k11-3_2-1" class="reference"><a href="#cite_note-k11-3-2"><span class="cite-bracket">[</span>2<span class="cite-bracket">]</span></a></sup>
</p>
<div class="mw-heading mw-heading2"><h2 id="Related_graphs">Related graphs</h2></div>
<p>Generalized Fibonacci cubes were presented by <a href="#CITEREFHsuChung1993">Hsu &amp; Chung (1993)</a> based on the k-th order Fibonacci numbers, which were later further extended to a larger class of networks called the Linear Recursive Networks by <a href="#CITEREFHsuChungDas1997">Hsu, Chung &amp; Das (1997)</a> based on more general forms of linear recursions. <a href="#CITEREFWu1997">Wu (1997)</a> modified the second order Fibonacci cubes based on different initial conditions. Another related graph is the Lucas cube, a graph with a <a href="Lucas_number" title="Lucas number">Lucas number</a> of vertices defined from the Fibonacci cube by forbidding a 1 bit in both the first and last positions of each bitstring; <a href="#CITEREFDedóTorriSalvi2002">Dedó, Torri &amp; Salvi (2002)</a> investigated the coloring properties of both Fibonacci cubes and Lucas cubes.
</p>
<div class="mw-heading mw-heading2"><h2 id="Notes">Notes</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239543626">
/* start https://en.wikipedia.org/ */


.mw-parser-output .reflist{margin-bottom:0.5em;list-style-type:decimal}@media screen{.mw-parser-output .reflist{font-size:90%}}.mw-parser-output .reflist .references{font-size:100%;margin-bottom:0;list-style-type:inherit}.mw-parser-output .reflist-columns-2{column-width:30em}.mw-parser-output .reflist-columns-3{column-width:25em}.mw-parser-output .reflist-columns{margin-top:0.3em}.mw-parser-output .reflist-columns ol{margin-top:0}.mw-parser-output .reflist-columns li{page-break-inside:avoid;break-inside:avoid-column}.mw-parser-output .reflist-upper-alpha{list-style-type:upper-alpha}.mw-parser-output .reflist-upper-roman{list-style-type:upper-roman}.mw-parser-output .reflist-lower-alpha{list-style-type:lower-alpha}.mw-parser-output .reflist-lower-greek{list-style-type:lower-greek}.mw-parser-output .reflist-lower-roman{list-style-type:lower-roman}


/* end https://en.wikipedia.org/ */
</style><div class="reflist reflist-columns references-column-width reflist-columns-2">
<ol class="references">
<li id="cite_note-1"><span class="mw-cite-backlink"><b><a href="#cite_ref-1">^</a></b></span> <span class="reference-text"><a href="#CITEREFKlavžar2011">Klavžar (2011)</a>, pp.&nbsp;3–4.</span>
</li>
<li id="cite_note-k11-3-2"><span class="mw-cite-backlink">^ <a href="#cite_ref-k11-3_2-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-k11-3_2-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a href="#CITEREFKlavžar2011">Klavžar (2011)</a>, p.3.</span>
</li>
<li id="cite_note-3"><span class="mw-cite-backlink"><b><a href="#cite_ref-3">^</a></b></span> <span class="reference-text"><a href="#CITEREFKlavžar2005">Klavžar (2005)</a>; <a href="#CITEREFKlavžar2011">Klavžar (2011)</a>, Theorem 5.1, p.10.</span>
</li>
<li id="cite_note-4"><span class="mw-cite-backlink"><b><a href="#cite_ref-4">^</a></b></span> <span class="reference-text"><a href="#CITEREFGansner1982">Gansner (1982)</a> calls the fact that this lattice has a Fibonacci number of elements a “well known fact,” while <a href="#CITEREFStanley1986">Stanley (1986)</a> asks for a description of it in an exercise. See also <a href="#CITEREFHöftHöft1985">Höft &amp; Höft (1985)</a>, <a href="#CITEREFBeck1990">Beck (1990)</a>, and <a href="#CITEREFSalviSalvi2008">Salvi &amp; Salvi (2008)</a>.</span>
</li>
<li id="cite_note-5"><span class="mw-cite-backlink"><b><a href="#cite_ref-5">^</a></b></span> <span class="reference-text"><a href="#CITEREFPropp1997">Propp (1997)</a>.</span>
</li>
<li id="cite_note-6"><span class="mw-cite-backlink"><b><a href="#cite_ref-6">^</a></b></span> <span class="reference-text"><a href="#CITEREFKlavžar2011">Klavžar (2011)</a>, pp.&nbsp;4–5.</span>
</li>
<li id="cite_note-CZS-7"><span class="mw-cite-backlink">^ <a href="#cite_ref-CZS_7-0"><sup><i><b>a</b></i></sup></a> <a href="#cite_ref-CZS_7-1"><sup><i><b>b</b></i></sup></a></span> <span class="reference-text"><a href="#CITEREFCongZhengSharma1993">Cong, Zheng &amp; Sharma (1993)</a>.</span>
</li>
<li id="cite_note-8"><span class="mw-cite-backlink"><b><a href="#cite_ref-8">^</a></b></span> <span class="reference-text"><a href="#CITEREFKlavžar2011">Klavžar (2011)</a>, p.6.</span>
</li>
<li id="cite_note-9"><span class="mw-cite-backlink"><b><a href="#cite_ref-9">^</a></b></span> <span class="reference-text"><a href="#CITEREFKlavžar2011">Klavžar (2011)</a>, p.9.</span>
</li>
<li id="cite_note-10"><span class="mw-cite-backlink"><b><a href="#cite_ref-10">^</a></b></span> <span class="reference-text"><a href="#CITEREFHsu1993">Hsu (1993)</a>; <a href="#CITEREFStojmenovic1998">Stojmenovic 1998</a>.</span>
</li>
</ol></div>
<div class="mw-heading mw-heading2"><h2 id="References">References</h2></div>
<style data-mw-deduplicate="TemplateStyles:r1239549316">
/* start https://en.wikipedia.org/ */


.mw-parser-output .refbegin{margin-bottom:0.5em}.mw-parser-output .refbegin-hanging-indents>ul{margin-left:0}.mw-parser-output .refbegin-hanging-indents>ul>li{margin-left:0;padding-left:3.2em;text-indent:-3.2em}.mw-parser-output .refbegin-hanging-indents ul,.mw-parser-output .refbegin-hanging-indents ul li{list-style:none}@media(max-width:720px){.mw-parser-output .refbegin-hanging-indents>ul>li{padding-left:1.6em;text-indent:-1.6em}}.mw-parser-output .refbegin-columns{margin-top:0.3em}.mw-parser-output .refbegin-columns ul{margin-top:0}.mw-parser-output .refbegin-columns li{page-break-inside:avoid;break-inside:avoid-column}@media screen{.mw-parser-output .refbegin{font-size:90%}}


/* end https://en.wikipedia.org/ */
</style><div class="refbegin refbegin-columns references-column-width" style="column-width: 30em">
<ul><li><style data-mw-deduplicate="TemplateStyles:r1238218222">
/* start https://en.wikipedia.org/ */


.mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("./mw/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("./mw/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("./mw/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("./mw/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}


/* end https://en.wikipedia.org/ */
</style><cite id="CITEREFBeck1990" class="citation cs2">Beck, István (1990), "Partial orders and the Fibonacci numbers", <i><a href="Fibonacci_Quarterly" title="Fibonacci Quarterly">Fibonacci Quarterly</a></i>, <b>28</b> (2): <span class="nowrap">172–</span>174, <a href="MR_(identifier)" class="mw-redirect" title="MR (identifier)">MR</a>&nbsp;<a rel="nofollow" class="external text" href="https://mathscinet.ams.org/mathscinet-getitem?mr=1051291">1051291</a></cite>.</li>
<li><cite id="CITEREFCongZhengSharma1993" class="citation cs2">Cong, B.; Zheng, S. Q.; Sharma, S. (1993), "On simulations of linear arrays, rings and 2D meshes on Fibonacci cube networks", <i><a href="International_Parallel_and_Distributed_Processing_Symposium" title="International Parallel and Distributed Processing Symposium">Proc. 7th Int. Parallel Processing Symposium</a></i>, pp.&nbsp;<span class="nowrap">748–</span>751, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FIPPS.1993.262788">10.1109/IPPS.1993.262788</a>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>0-8186-3442-1</bdi>, <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:621063">621063</a></cite>.</li>
<li><cite id="CITEREFDedóTorriSalvi2002" class="citation cs2">Dedó, Ernesto; Torri, Damiano; Salvi, Norma Zagaglia (2002), "The observability of the Fibonacci and the Lucas cubes", <i><a href="Discrete_Mathematics_(journal)" title="Discrete Mathematics (journal)">Discrete Mathematics</a></i>, <b>255</b> (<span class="nowrap">1–</span>3): <span class="nowrap">55–</span>63, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1016%2FS0012-365X%2801%2900387-9">10.1016/S0012-365X(01)00387-9</a></span></cite>.</li>
<li><cite id="CITEREFGansner1982" class="citation cs2">Gansner, Emden R. (1982), "On the lattice of order ideals of an up-down poset", <i>Discrete Mathematics</i>, <b>39</b> (2): <span class="nowrap">113–</span>122, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1016%2F0012-365X%2882%2990134-0">10.1016/0012-365X(82)90134-0</a></span>, <a href="MR_(identifier)" class="mw-redirect" title="MR (identifier)">MR</a>&nbsp;<a rel="nofollow" class="external text" href="https://mathscinet.ams.org/mathscinet-getitem?mr=0675856">0675856</a></cite>.</li>
<li><cite id="CITEREFHöftHöft1985" class="citation cs2">Höft, Hartmut; Höft, Margret (1985), "A Fibonacci sequence of distributive lattices", <i><a href="Fibonacci_Quarterly" title="Fibonacci Quarterly">Fibonacci Quarterly</a></i>, <b>23</b> (3): <span class="nowrap">232–</span>237, <a href="MR_(identifier)" class="mw-redirect" title="MR (identifier)">MR</a>&nbsp;<a rel="nofollow" class="external text" href="https://mathscinet.ams.org/mathscinet-getitem?mr=0806293">0806293</a></cite>.</li>
<li><cite id="CITEREFHsu1993" class="citation cs2">Hsu, W.-J. (1993), "Fibonacci cubes: a new interconnection topology", <i>IEEE Transactions on Parallel and Distributed Systems</i>, <b>4</b> (1): <span class="nowrap">3–</span>12, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2F71.205649">10.1109/71.205649</a></cite>.</li>
<li><cite id="CITEREFHsuChung1993" class="citation cs2">Hsu, W.-J.; Chung, M. J. (1993), "Generalized Fibonacci cubes", <i>1993 International Conference on Parallel Processing - ICPP'93</i>, vol.&nbsp;1, pp.&nbsp;<span class="nowrap">299–</span>302, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2FICPP.1993.95">10.1109/ICPP.1993.95</a>, <a href="ISBN_(identifier)" class="mw-redirect" title="ISBN (identifier)">ISBN</a>&nbsp;<bdi>0-8493-8983-6</bdi>, <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:15982621">15982621</a></cite>.</li>
<li><cite id="CITEREFHsuPageLiu1993" class="citation cs2">Hsu, W.-J.; Page, C. V.; Liu, J.-S. (1993), "Fibonacci cubes: a class of self-similar graphs", <i><a href="Fibonacci_Quarterly" title="Fibonacci Quarterly">Fibonacci Quarterly</a></i>, <b>31</b> (1): <span class="nowrap">65–</span>72</cite>.</li>
<li><cite id="CITEREFHsuChungDas1997" class="citation cs2">Hsu, W.-J.; Chung, M. J.; Das, A. (1997), "Linear recursive networks and their applications in distributed systems", <i>IEEE Transactions on Parallel and Distributed Systems</i>, <b>8</b> (7): <span class="nowrap">673–</span>680, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2F71.598343">10.1109/71.598343</a></cite>.</li>
<li><cite id="CITEREFKlavžar2005" class="citation cs2">Klavžar, Sandi (2005), "On median nature and enumerative properties of Fibonacci-like cubes", <i>Discrete Mathematics</i>, <b>299</b> (<span class="nowrap">1–</span>3): <span class="nowrap">145–</span>153, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1016%2Fj.disc.2004.02.023">10.1016/j.disc.2004.02.023</a></span></cite>.</li>
<li><cite id="CITEREFKlavžar2011" class="citation cs2">Klavžar, Sandi (2011), <a rel="nofollow" class="external text" href="http://www.imfm.si/preprinti/PDF/01150.pdf">"Structure of Fibonacci cubes: a survey"</a> <span class="cs1-format">(PDF)</span>, <i>IMFM Preprint Series</i>, <b>49</b> (1150), Ljubljana, Slovenia: Institute of Mathematics, Physics and Mechanics</cite>.</li>
<li><cite id="CITEREFKlavžarŽigert2005" class="citation cs2">Klavžar, Sandi; Žigert, Petra (2005), <a rel="nofollow" class="external text" href="https://web.archive.org/web/20070208125133/http://www-mat.pfmb.uni-mb.si/personal/klavzar/preprints/Fibonacci6.ps">"Fibonacci cubes are the resonance graphs of Fibonaccenes"</a>, <i><a href="Fibonacci_Quarterly" title="Fibonacci Quarterly">Fibonacci Quarterly</a></i>, <b>43</b> (3): <span class="nowrap">269–</span>276, archived from <a rel="nofollow" class="external text" href="http://www-mat.pfmb.uni-mb.si/personal/klavzar/preprints/Fibonacci6.ps">the original</a> on 2007-02-08</cite>.</li>
<li><cite id="CITEREFMunariniSalvi2002" class="citation cs2">Munarini, Emanuele; Salvi, Norma Zagaglia (2002), "Structural and enumerative properties of the Fibonacci cubes", <i>Discrete Mathematics</i>, <b>255</b> (<span class="nowrap">1–</span>3): <span class="nowrap">317–</span>324, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1016%2FS0012-365X%2801%2900407-1">10.1016/S0012-365X(01)00407-1</a></span></cite>.</li>
<li><cite id="CITEREFPropp1997" class="citation cs2">Propp, James (1997), "Generating random elements of finite distributive lattices", <i>Electronic Journal of Combinatorics</i>, <b>4</b> (2): R15, <a href="ArXiv_(identifier)" class="mw-redirect" title="ArXiv (identifier)">arXiv</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://arxiv.org/abs/math.CO/9801066">math.CO/9801066</a></span>, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.37236%2F1330">10.37236/1330</a>, <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:13313188">13313188</a></cite>.</li>
<li><cite id="CITEREFSalviSalvi2008" class="citation cs2">Salvi, Rodolfo; Salvi, Norma Zagaglia (2008), "Alternating unimodal sequences of Whitney numbers", <i><a href="Ars_Combinatoria_(journal)" title="Ars Combinatoria (journal)">Ars Combinatoria</a></i>, <b>87</b>: <span class="nowrap">105–</span>117, <a href="MR_(identifier)" class="mw-redirect" title="MR (identifier)">MR</a>&nbsp;<a rel="nofollow" class="external text" href="https://mathscinet.ams.org/mathscinet-getitem?mr=2414008">2414008</a></cite>.</li>
<li><cite id="CITEREFStanley1986" class="citation cs2"><a href="Richard_P._Stanley" title="Richard P. Stanley">Stanley, Richard P.</a> (1986), <i>Enumerative Combinatorics</i>, Wadsworth, Inc.</cite> Exercise 3.23a, page 157.</li>
<li><cite id="CITEREFStojmenovic1998" class="citation cs2">Stojmenovic, Ivan (1998), <a rel="nofollow" class="external text" href="https://web.archive.org/web/20110725090758/http://www.site.uottawa.ca/~ivan/F51-fibonacciCube.PDF">"Optimal deadlock-free routing and broadcasting on Fibonacci cube networks"</a> <span class="cs1-format">(PDF)</span>, <i>Utilitas Mathematica</i>, <b>53</b>: <span class="nowrap">159–</span>166, archived from <a rel="nofollow" class="external text" href="http://www.site.uottawa.ca/~ivan/F51-fibonacciCube.PDF">the original</a> <span class="cs1-format">(PDF)</span> on 2011-07-25</cite>.</li>
<li><cite id="CITEREFTaranenkoVesel2007" class="citation cs2">Taranenko, A.; Vesel, A. (2007), "Fast recognition of Fibonacci cubes", <i>Algorithmica</i>, <b>49</b> (2): <span class="nowrap">81–</span>93, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1007%2Fs00453-007-9026-5">10.1007/s00453-007-9026-5</a>, <a href="S2CID_(identifier)" class="mw-redirect" title="S2CID (identifier)">S2CID</a>&nbsp;<a rel="nofollow" class="external text" href="https://api.semanticscholar.org/CorpusID:993779">993779</a></cite>.</li>
<li><cite id="CITEREFWu1997" class="citation cs2">Wu, Jie (1997), "Extended Fibonacci cubes", <i>IEEE Transactions on Parallel and Distributed Systems</i>, <b>8</b> (12): <span class="nowrap">1203–</span>1210, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<a rel="nofollow" class="external text" href="https://doi.org/10.1109%2F71.640012">10.1109/71.640012</a></cite>.</li>
<li><cite id="CITEREFZhangOuYao2009" class="citation cs2">Zhang, Heping; Ou, Lifeng; Yao, Haiyuan (2009), "Fibonacci-like cubes as <i>Z</i>-transformation graphs", <i>Discrete Mathematics</i>, <b>309</b> (6): <span class="nowrap">1284–</span>1293, <a href="Doi_(identifier)" class="mw-redirect" title="Doi (identifier)">doi</a>:<span class="id-lock-free" title="Freely accessible"><a rel="nofollow" class="external text" href="https://doi.org/10.1016%2Fj.disc.2008.01.053">10.1016/j.disc.2008.01.053</a></span>, <a href="MR_(identifier)" class="mw-redirect" title="MR (identifier)">MR</a>&nbsp;<a rel="nofollow" class="external text" href="https://mathscinet.ams.org/mathscinet-getitem?mr=2510538">2510538</a></cite>.</li></ul>
</div></div><!--htdig_noindex--><div><div class="zim-footer">
This article is issued from <a class="external text" title="Last edited on 2024-08-23" href="https://en.wikipedia.org/wiki/?title=Fibonacci_cube&amp;oldid=1241888499">Wikipedia</a>. The text is available under <a class="external text" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en">Creative Commons Attribution-Share Alike 4.0</a> unless otherwise noted. Additional terms may apply for the media files.
</div>
</div><!--/htdig_noindex--></div>
</div>
</main>
</div>
</div>
</div>

</body></html>